Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632696 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/125 - Check your Os and Browser

style.css cody/swapnilsparsh/30DaysOfJavaScript/125 - Check your Os and Browser/style.css
109 Views
0 Comments
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
body{
background-color: #090221;
}
index.html cody/swapnilsparsh/30DaysOfJavaScript/125 - Check your Os and Browser/index.html
350 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Check your broswer and Os</title>
<link rel="stylesheet" href="./style.css">
Readme cody/swapnilsparsh/30DaysOfJavaScript/125 - Check your Os and Browser/Readme
207 Views
0 Comments
Media file
script.js cody/swapnilsparsh/30DaysOfJavaScript/125 - Check your Os and Browser/script.js
173 Views
0 Comments
let browserDetailsRef=document.getElementById("browser-details");
let osDetailsRef= document.getElementById("os-details");
var browserList=[
{name:"Firefox",value:"Firefox"},
{name:"Opera",value:"OPR"},
{name:"Edge",value:"Edg"},
{name:"Chrome",value:"Chrome"},
{name:"Safari",value:"Safari"},